home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / c01oop.zip / CPPWKBK / CPPV2-5.OUT < prev    next >
Text File  |  1992-08-25  |  517b  |  19 lines

  1. > bcc cppv2-5.c
  2. Borland C++  Version 3.00 Copyright (c) 1991 Borland International
  3. cppv2-5.c:
  4. Error cppv2-5.c 10: Declaration is not allowed here in function main
  5. *** 1 errors in Compile ***
  6.  
  7.         Available memory 905112
  8. > bcc cppv2-5.cpp
  9. Borland C++  Version 3.00 Copyright (c) 1991 Borland International
  10. cppv2-5.cpp:
  11. Turbo Link  Version 5.0 Copyright (c) 1991 Borland International
  12.  
  13.         Available memory 894596
  14. > cppv2-5
  15. C++ Problem 2.5 by Rick Conn using Borland C++
  16. This is a test
  17.  
  18. I = 5
  19.